Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: mbox: nrf_vevif_event: add workaround for nRF54L errata 16 #83057

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

masz-nordic
Copy link
Collaborator

Prevent events from being triggered again on the next CNT0 event.

Prevent events from being triggered again on the next CNT0 event.

Signed-off-by: Marcin Szymczyk <[email protected]>
@@ -39,6 +39,13 @@ static int vevif_event_tx_send(const struct device *dev, uint32_t id, const stru

nrf_vpr_csr_vevif_events_trigger(BIT(id));

#if defined(CONFIG_MBOX_NRF_VEVIF_EVENT_USE_54L_ERRATA_16)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MDK errata symbols/functions could be used here as well as on rx side: https://github.com/zephyrproject-rtos/hal_nordic/blob/master/nrfx/mdk/nrf54l_erratas.h#L52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants